home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 1998 February
/
netCD41.iso
/
pc
/
NETCD41.dir
/
00038_Separator & Platform Global.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-12-11
|
262 b
|
13 lines
global gPathSep, gPlatform, gCDDrive, gURL, gBrowserLoc
on startMovie
if the machineType = 256 then
set gPathSep to "\"
else
set gPathSep to ":"
end if
set gCDDrive to the moviePath
set gPlatform to the platform
set gBrowserLoc to EMPTY
end